home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6213 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  5.3 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What to do when feof() is NOT feof()
  5. Date: 22 Feb 1996 19:41:32 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4gj60c$mqh@solutions.solon.com>
  8. References: <824554814snz@metsys.demon.co.uk> <4g8qa3$11r@fountain.mindlink.net> <4g9rjn$5ss@spectator.cris.com> <4gb6e9$oqp@sun001.spd.dsccc.com>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <4gb6e9$oqp@sun001.spd.dsccc.com>,
  12. Mike McCarty <jmccarty@spd.dsccc.com> wrote:
  13. >In article <4g9rjn$5ss@spectator.cris.com>,
  14. >)The Bottom line: I was only trying to give someone who was looking for some 
  15. >)help, an idea of what might be the problem. What is wrong with that? Why
  16. >)should 
  17. >)I be attacked for that? 
  18.  
  19. You shouldn't.  You should (or at least, could legitimately) be attacked
  20. for failing to properly qualify your answers, when you didn't have suficient
  21. experience to know they were correct.
  22.  
  23. >You shouldn't. Dan Pop is well known for
  24.  
  25. >    acting as self-appointed moderator
  26. Nonsense.  He's correcting people about off-topic posts; he does not appear
  27. to be cancelling or rejecting articles.  *I* cancel or reject articles,
  28. but only in the group I moderate.
  29.  
  30. >    using abusive language
  31. Yes.  I do too.  If someone posts something sufficiently stupid as an answer,
  32. I will insult it.
  33.  
  34. >    being quick to cause offense
  35. Arguable, but certainly not a fatal flaw; wizards are tempramental.
  36.  
  37. >    being quick to take offense
  38. This, I haven't seen.  I've seen Dan insult people, but I've never seen him
  39. act offended unless someone said something genuinely offensive.
  40.  
  41. >He occasionally gives help.
  42.  
  43. He *frequently* gives help, correcting dozens of errors a week.
  44.  
  45. >Sometimes it is even good.
  46.  
  47. I've seen him make one (1) mistake in the last year that wasn't a typo.
  48. Apart from that, well, Dan is someone I would consider nearly as reliable
  49. as the Standard.  There are about three people I can think of I'd ask
  50. for clarification on a C issue; he's one of them.  He's also very
  51. approachable about it, and quite helpful.
  52.  
  53. >He does seem to be pretty knowledgeable.
  54.  
  55. He *is* pretty knowledgeable.  I'm (if I do say so myself) quite good.  I
  56. can tell.
  57.  
  58. >But the accent must be on the seem. On several
  59. >occasions he has posted with seeming omniscience, only to be caught out
  60. >wrong.
  61.  
  62. As I said, I can think of one time (pretty recent, involving the comma
  63. operator.)
  64.  
  65. >I can't recall a single instance when he moderated his statements
  66. >to say "I think" or similar language.
  67.  
  68. You missed a beautiful opportunity here.  That should have finished
  69.     ... or similar language -- presumably because he doesn't.
  70.  
  71. But anyway, I would assume this is because he rarely says things he isn't
  72. sure of, and he rarely has cause to be unsure.  I don't tell people "I'm
  73. pretty sure main has to return int", or "I think a C file has to end
  74. with a newline", or "In my opinion, 'i = ++i;' is illegal".  I just make
  75. the statements, because I *know* them to be correct.
  76.  
  77. >I also can't recall when he was
  78. >caught out and straightforwardly admitted it.
  79.  
  80. I can - the recent one involving
  81.     j = i++, i++, i++;
  82. ... he said this was equivalent to "j = i + 2; i += 3;", and it's actually
  83. equivalent to "j = i; i += 3;".  And he admitted it.  No hassles, no
  84. "well, maybe on your system", no excuses; he just admitted to making
  85. a mistake.  Which is what I normally do.
  86.  
  87. >I'm not saying the events
  88. >haven't occurred, I'm saying that I don't recall them.
  89.  
  90. It can be a bit hard to remember; and it can be pretty rare.  Dan is mildly
  91. abrasive.  I just don't see this as a problem; I'd rather have my mistakes
  92. corrected than have everyone be polite.  And believe me, when you've spent
  93. another decade or so listening to the same damn questions asked over and over,
  94. because no one remembers to read the FAQ before posting, you'll be
  95. abrasive too.  :)
  96.  
  97. >I have caught him out in error myself a few times. His responses were
  98. >either verbal abuse, or silence. No inbetween. And I cannot remember an
  99. >instance when he apologized.
  100.  
  101. I've seen it, but it's rare; he rarely does things that he feels merit
  102. apologies.  A mistake does not warrant an apology.  A particularly foolish
  103. one may.  :)
  104.  
  105. >Personally, I skip threads and messages to which he posts. He seems to
  106. >be one of those people who cause others to either love him or hate him.
  107. >I personally choose not to read threads to which he posts, unless there
  108. >are quite a few other posters, so that the noise level is bearable.
  109.  
  110. I almost always read his posts, because 99% of them are correct and
  111. topical, and they almost always involve a correct answer, or an explanation
  112. of a mistake.
  113.  
  114. >You'll have to make your own decision on these matters. Hang around for
  115. >a while, and you will get plenty of opportunity to collect information
  116. >about Dan and his behavior, and make up your own mind. He posts rather
  117. >frequently. 
  118.  
  119. I can agree with this whole paragraph.  Take some time to hang around and
  120. see who's who in any newsgroup.  You'll quickly learn the styles of the
  121. posters.  I frequently post horribly misleading answers to homework
  122. problems, for instance.  ;)
  123.  
  124. -s
  125. -- 
  126. Peter Seebach - seebs@solon.com - Copyright 1995 Peter Seebach.
  127. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  128. FUCK the communications decency act.  Goddamned government.  [literally.]
  129. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.txt
  130.